home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / start.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  312 b   |  17 lines

  1. on exitFrame
  2.   repeat with lvi = 1 to 50
  3.     if the mouseDown then
  4.       exit repeat
  5.       go("QT")
  6.     end if
  7.     if gfxexitmovie() then
  8.       gfxfalsepapette(1, 48)
  9.       go(1, "ENDING")
  10.       exit repeat
  11.       next repeat
  12.     end if
  13.     set the blend of sprite 3 to lvi * 2
  14.     updateStage()
  15.   end repeat
  16. end
  17.